projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3783be
)
Delete spurious CFLAGS=-g.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Nov 1993 11:25:17 +0000
(11:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Nov 1993 11:25:17 +0000
(11:25 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 032b5da2a38f76d6c22adefc863c3a7beb9d45f0..946417297901c2e195711bd6e001d5f19d34ef78 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-225,7
+225,7
@@
SHORT= shortnames
-DHAVE_CONFIG_H is needed for some other files to take advantage of
the information in `config.h'. */
-CFLAGS=-g
+
/* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
since it may have -I options that should override those two. */
ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS}